hasBlur

abstract fun hasBlur(block: DesignBlock): Boolean

Deprecated

Use supportsBlur instead.

Replace with

this.supportsBlur(block)

Checks whether the block supports blur.

Return

true if the block supports blur, false otherwise.

Parameters

block

the block to query.